Skip to content

Conversation

@xssnick
Copy link
Contributor

@xssnick xssnick commented May 12, 2025

No description provided.

SpyCheese and others added 30 commits May 5, 2025 15:13
Tolk v0.12: structures, generics, and methods
* Remove AdnlStaticNodesManager

* Remove AdnlPeer

---------

Co-authored-by: EmelyanenkoK <[email protected]>
…n#1690)

* Bugfix in AccountStorageStat::remove_cell

* Fix returning null as c4/c5 in RUNVM
EmelyanenkoK and others added 30 commits October 8, 2025 14:47
* Remove commented out directives from top-level CMakeLists

* Use add_compiler_options instead of some weird helper in CMake

* Suppress CMake policy version warning from Abseil

We really should update it.

* Suppress existing warnings

This is not particularly precise as I disabled warnings on file level
(and warning suppression mappings allow specifying function scope) but
is good enough to add -Werror CI job in next commit.

* Add -Werror CI job
…1849)

* [vm] Add new opcodes to store and load `addr_std$10`

LDSTDADDR — loads a MessageInt address or fail
LDSTDADDRQ — quirly loads a MessageInt address
LDOPTSTDADDR — loads a Maybe MessageInt address or fail
LDOPTSTDADDRQ — quitly loads a Maybe MessageInt address
STSTDADDR — stores a MessageInt address or fail
STSTDADDRQ — quetly stores a MessageInt address
STOPTSTDADDR — stores a Maybe MessageInt address or fail
STOPTSTDADDRQ — quetly stores a Maybe MessageInt address

* add description for STSTDADDR error

* add check that address is fully valid

* add require_version for the new opcodes

* correct LDOPTSTDADDR(Q) behaviour

* correct STOPTSTDADDR(Q) behaviour

* run test-fift with --regression

* add description to GlobalVersions.md

* remove old +1

* fix stack description

* fix `is_valid_std_msg_addr`

* add `have_refs(0)` check to is_valid_std_msg_addr

* check exact length and refs_length in is_valid_std_msg_addr

* simplify fallback in is_valid_std_msg_addr

* use push_bool, add check for refs
* Add timeout to default failure signal handler

* Put init_alarm_signal under "if posix"
* Require OpenSSL from top-level CMakeLists

* Automatically generate TLO files for TL schemas

* Remove useless directory include in tddb target

* Do not compile some validator sources 3 times

Instead, put them into an object library and use it in 3 different
validator targets.

* Do not make ninja regenerate smartcont/provider-code.h on every run

OUTPUT parameter is relative to the current binary directory by default,
so we need to explicitly use ${CMAKE_CURRENT_SOURCE_DIR}.

* Run CI in forks as well

I faced some unexpected backlash from other developers because of
disabling it in ton-blockchain#1844.
* upgrade abseil to August 2025, Patch 1

* Add a new argument to validator-engine that helps to speed up the initial node sync.

* correct wording
…n#1859)

* upgrade abseil to August 2025, Patch 1

* upgrade abseil to August 2025, Patch 1
These were needed because our abseil version was too old.
…k-patch

Debug logs for applying blocks, optimize BlockArchiver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.